home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / hce.lha / HCE / LibSource / AmigaLib / SCRIPTS / FD1.3_to_Stubs < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.4 KB  |  139 lines

  1. ;  FD1.3_to_Stubs - by Jason Petty ,1993.
  2. ;  Simple script to convert Kick1.3 FD files to 1.3 stubs.
  3.  
  4. ;  Copy FD2STUBS to the RAM: Disk.
  5. ;  Make a directory called FD1.3 and copy the stub files to it.(RAM: is best).
  6. ;  Make a directory called HCC_STUBS,(RAM: is best).
  7. ;  Then just Execute this file.
  8.  
  9. ;  NOTE: This file is provided only as a guide, and may require many changes 
  10. ;        to work correctly.
  11.  
  12. cd FD1.3:
  13.  
  14. ram:FD2STUBS clist
  15. cd ram:t
  16. execute ram:t/MakeClist
  17. delete ram:t/MakeClist
  18. move ram:t/clist.stubs HCC_STUBS:
  19.  
  20. cd FD1.3:
  21. echo "Done clist"
  22.  
  23. ram:FD2STUBS console
  24. cd ram:t
  25. execute ram:t/MakeConsole
  26. delete ram:t/MakeConsole
  27. move ram:t/console.stubs HCC_STUBS:
  28.  
  29. cd FD1.3:
  30. echo "Done console"
  31.  
  32. ram:FD2STUBS diskfont
  33. cd ram:t
  34. execute ram:t/MakeDiskfont
  35. delete ram:t/MakeDiskfont
  36. move ram:t/diskfont.stubs HCC_STUBS:
  37.  
  38. cd FD1.3:
  39. echo "Done diskfont"
  40.  
  41. ram:FD2STUBS dos
  42. cd ram:t
  43. execute ram:t/MakeDos
  44. delete ram:t/MakeDos
  45. move ram:t/dos.stubs HCC_STUBS:
  46.  
  47. cd FD1.3:
  48. echo "Done dos"
  49.  
  50. ram:FD2STUBS exec
  51. cd ram:t
  52. execute ram:t/MakeExec
  53. delete ram:t/MakeExec
  54. move ram:t/exec.stubs HCC_STUBS:
  55.  
  56. cd FD1.3:
  57. echo "Done exec"
  58.  
  59. ram:FD2STUBS expansion
  60. cd ram:t
  61. execute ram:t/MakeExpansion
  62. delete ram:t/MakeExpansion
  63. move ram:t/expansion.stubs HCC_STUBS:
  64.  
  65. cd FD1.3:
  66. echo "Done expansion"
  67.  
  68. ram:FD2STUBS graphics
  69. cd ram:t
  70. execute ram:t/MakeGraphics
  71. delete ram:t/MakeGraphics
  72. move ram:t/graphics.stubs HCC_STUBS:
  73.  
  74. cd FD1.3:
  75. echo "Done graphics"
  76.  
  77. ram:FD2STUBS icon
  78. cd ram:t
  79. execute ram:t/MakeIcon;
  80. delete ram:t/MakeIcon
  81. move ram:t/icon.stubs HCC_STUBS:
  82.  
  83. cd FD1.3:
  84. echo "Done icon"
  85.  
  86. ram:FD2STUBS intuition
  87. cd ram:t
  88. execute ram:t/MakeIntuition
  89. delete ram:t/MakeIntuition
  90. move ram:t/intuition.stubs HCC_STUBS:
  91.  
  92. cd FD1.3:
  93. echo "Done intuition"
  94.  
  95. ram:FD2STUBS layers
  96. cd ram:t
  97. execute ram:t/MakeLayers
  98. delete ram:t/MakeLayers
  99. move ram:t/layers.stubs HCC_STUBS:
  100.  
  101. cd FD1.3:
  102. echo "Done layers"
  103.  
  104. ram:FD2STUBS potgo
  105. cd ram:t
  106. execute ram:t/MakePotgo
  107. delete ram:t/MakePotgo
  108. move ram:t/potgo.stubs HCC_STUBS:
  109.  
  110. cd FD1.3:
  111. echo "Done potgo"
  112.  
  113. ram:FD2STUBS romboot
  114. cd ram:t
  115. execute ram:t/MakeRomboot
  116. delete ram:t/MakeRomboot
  117. move ram:t/romboot.stubs HCC_STUBS:
  118.  
  119. cd FD1.3:
  120. echo "Done romboot"
  121.  
  122. ram:FD2STUBS timer
  123. cd ram:t
  124. execute ram:t/MakeTimer
  125. delete ram:t/MakeTimer
  126. move ram:t/timer.stubs HCC_STUBS:
  127.  
  128. cd FD1.3:
  129. echo "Done timer"
  130.  
  131. ram:FD2STUBS translator
  132. cd ram:t
  133. execute ram:t/MakeTranslator
  134. delete ram:t/MakeTranslator
  135. move ram:t/translator.stubs HCC_STUBS:
  136.  
  137. cd FD1.3:
  138. echo "Done translator"
  139.